home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / bbs_util / dfrag301.zip / REGISTER.BAT < prev    next >
DOS Batch File  |  1996-02-27  |  652b  |  19 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo.
  5. echo This will print out a registration form (instant mailer) to your printer
  6. echo (whatever is connected to LPT1 or PRN).  If you do not wish to print a
  7. echo mailer, press CTRL-C or CTRL-Break now; if you wish to print a mailer,
  8. pause
  9.  
  10. copy mailer.reg prn > nul
  11. echo.
  12. echo.
  13. echo Mailer printed.  Fill out and remit to address on form with payment by
  14. echo check or money order drawn on U.S. bank in U.S. currency (postal orders
  15. echo should be substituted for those not living in the U.S. or not having
  16. echo access to a U.S. bank account).
  17. echo.
  18. echo Thanks for registering!                           - Scott
  19.